-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the function to list the documents of volumes #50
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #50 +/- ##
===========================================
+ Coverage 78.96% 79.35% +0.38%
===========================================
Files 17 17
Lines 466 499 +33
===========================================
+ Hits 368 396 +28
- Misses 75 77 +2
- Partials 23 26 +3
Continue to review full report at Codecov.
|
src/server/handler_volume.go
Outdated
|
||
count, err := session.Count(entity.VolumeCollectionName, bson.M{}) | ||
if err != nil { | ||
logger.Error(err) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing return
?
Implement the function to list the documents of volumes Former-commit-id: ddc05b1014cde0d615e65166315f5cf800d4bab7 [formerly a91e4ec] Former-commit-id: 678bab4ccef92928e4c862674fc66480591d7bc4
Implement the function to list the documents of volumes
as
tosp